www.gusucode.com > PHP展示型企业网站模板米拓整站源码 1.0PHP源码程序 > PHP展示型企业网站模板米拓整站源码 1.0/MetInfozs_v1.0/MetInfozs_v1.0/app/system/admin/templates/web/content/product_add.php

    <!--<?php
# MetInfo Enterprise Content Management System 
# Copyright (C) MetInfo Co.,Ltd (http://www.metinfo.cn). All rights reserved. 

defined('IN_MET') or exit('No permission');

require $this->template('ui/head');
echo <<<EOT
-->

<link rel="stylesheet" href="{$_M[url][own_tem]}css/metinfo.css?{$jsrand}" />
<form method="POST" class="ui-from product_add" name="myform" action="{$_M[url][own_form]}a={$a}" target="_self">
	<input type="hidden" name='id' value="{$_M['form']['id']}" />
	<input type="hidden" name="addtime_l" value="{$list['addtime']}">
	<input type="hidden" name="imgurl_l" value="{$list['imgurl']}">
	<input type="hidden" name="no_order" value="{$list['no_order']}">
	<input type="hidden" name="issue" value="{$list[issue]}" />
	<input type="hidden" name="select_class1" value="{$_M['form']['select_class1']}">
	<input type="hidden" name="select_class2" value="{$_M['form']['select_class2']}">
	<input type="hidden" name="select_class3" value="{$_M['form']['select_class3']}">
	<div class="v52fmbx">
		<h3 class="v52fmbx_hr">基本信息</h3>
		<dl>
			<dt><em class="required">*</em>所属栏目</dt>
			<dd>
				<div class="fbox pull-left">
					<select name="class" class="form-control" data-value="{$list['class']}{$list['classother']}" style="min-width:250px; height:250px;" class="dist" multiple>
						{$class_option}
					</select>
					<input type="hidden" name="class" value='' />
					<span class="tips" style="display:block; margin-top:5px;">按住 Ctrl 可以多选</span>
				</div>
				<span class="tips pull-left" style="margin-left:20px;"><a href="{$_M[url][site_admin]}index.php?lang=cn#metnav_25" target="_blank">栏目管理</a></span>
			</dd>
		</dl>
		<dl>
			<dt><em class="required">*</em>商品名称</dt>
			<dd class="ftype_input">
				<div class="fbox">
					<input type="text" name="title" value="{$list[title]}" data-required="1" />
				</div>
			</dd>
		</dl>
		<dl>
			<dt><em class="required">*</em>商品图</dt>
			<dd class="ftype_upload">
				<div class="fbox">
					<input 
						name="imgurl" 
						type="text" 
						data-upload-type="doupimg"
						data-upload-many="1"
						value="{$list[imgurl_all]}" 
					/>
				</div>
				<span class="tips">可以拖拽图片调整图片顺序。</span>
			</dd>
		</dl>
		<h3 class="v52fmbx_hr">商品参数</h3>
		<dl>
			<dd>
			<a href="{$_M[url][own_form]}a=doparaset" target="_blank">参数管理</a>
			<a href="javascript:;" class="refresh_para" style="margin-left:10px;">刷新</a>
			</dd>
		</dl>
		<div id="paralist" class="paralistbox" data-paralist="{$_M[url][own_form]}a=dopara&id={$_M['form']['id']}">
		<dl>
			<dd>
				<span class="tips">请选择所属栏目</span>
			</dd>
		</dl>
		</div>	

<!--
EOT;
$tmpname = $this->shop->get_tmpname('product_shop');
if($tmpname){
	require $tmpname;
}
//if($_M['config']['shopv2_open'])require $this->template('tem/product_shop');
$tmpincfile=PATH_WEB."templates/{$_M[config][met_skin_user]}/metinfo.inc.php";
require $tmpincfile;
if(isset($metadmin['productother'])){
	$_M['config']['met_productTabok'] = $metadmin['productother']+1;
}
if($metinfover == 'v1' || $metadmin['productother']){
	$tems[productother]    = $_M['config']['met_productTabok']-1;
	$tems['productTabname']    = $_M['config']['met_productTabname'];
	$tems['productTabname_1']  = $_M['config']['met_productTabname_1'];
	$tems['productTabname_2']  = $_M['config']['met_productTabname_2'];
	$tems['productTabname_3']  = $_M['config']['met_productTabname_3'];
	$tems['productTabname_4']  = $_M['config']['met_productTabname_4'];
}
if($tems && $tems[productother]){
	$contxt1s=$tems['productTabname'];
echo <<<EOT
-->
	<h3 class="v52fmbx_hr">商品详情</h3>
	<div style="margin-top:5px;margin-left:5px;">
		<!-- Nav tabs -->
		<ul class="nav nav-tabs" role="tablist">
		<li role="presentation" class="active"><a href="#content" aria-controls="content" role="tab" data-toggle="tab">{$contxt1s}</a></li>
<!--
EOT;
	for($i=1;$i<=$tems[productother];$i++){
		$tabtitle = $tems?$tems['productTabname_'.$i]:"附加内容".$i;
		$othermark ='content'.$i;
echo <<<EOT
-->
		<li role="presentation"><a href="#{$othermark}" aria-controls="{$othermark}" role="tab" data-toggle="tab">{$tabtitle}</a></li>
<!--
EOT;
	}
echo <<<EOT
-->
		</ul>
			  <!-- Tab panes -->
		<div class="tab-content">
			<div role="tabpanel" class="tab-pane active" id="content">
				<dl style="border-top:0px;">
					<dd class="ftype_ckeditor">
						<div class="fbox">
							<textarea name="content" data-ckeditor-y="500">{$list[content]}</textarea>
						</div>
					</dd>
				</dl>
			</div>
<!--
EOT;
	for($i=1;$i<=$tems[productother];$i++){
		$tabtitle = $tems?$tems['productTabname_'.$i]:"附加内容".$i;
		$othermark ='content'.$i;
echo <<<EOT
-->
			<div role="tabpanel" class="tab-pane" id="{$othermark}">
				<dl style="border-top:0px;">
					<dd class="ftype_ckeditor">
						<div class="fbox">
							<textarea name="{$othermark}" data-ckeditor-y="500">{$list[$othermark]}</textarea>
						</div>
					</dd>
				</dl>
			</div>
<!--
EOT;
	}
echo <<<EOT
-->	
	
		</div>

	</div>
			
<!--
EOT;
}else{
	$contxt1s="商品详情";
echo <<<EOT
-->
		<h3 class="v52fmbx_hr">{$contxt1s}</h3>
		<dl>
			<dd class="ftype_ckeditor">
				<div class="fbox">
					<textarea name="content" data-ckeditor-y="500">{$list[content]}</textarea>
				</div>
			</dd>
		</dl>
<!--
EOT;
}


echo <<<EOT
-->		
		<h3 class="v52fmbx_hr">SEO优化</h3>
		<dl>
			<dt>自定义页面title</dt>
			<dd class="ftype_input">
				<div class="fbox">
					<input type="text" name="ctitle" value="{$list[ctitle]}" />
				</div>
				<span class="tips">为空则系统自动构成,可以到 营销-SEO 中设置构成规则。</span>
			</dd>
		</dl>
		<dl>
			<dt>关键词</dt>
			<dd class="ftype_input">
				<div class="fbox">
					<input type="text" name="keywords" value="{$list[keywords]}" />
				</div>
				<span class="tips">多个关键词请用 , 或 | 隔开</span>
			</dd>
		</dl>
		<dl>
			<dt>描述文字</dt>
			<dd class="ftype_textarea">
				<div class="fbox">
					<textarea name="description">{$list[description]}</textarea>
				</div>
				<span class="tips">为空则系统自动抓取商品详情</span>
			</dd>
		</dl>
		<dl>
			<dt><abbr title="显示在商品详情页底部,用于聚合内容">TAG标签</abbr></dt>
			<dd class="ftype_tags">
				<div class="fbox">
					<input name="tag" type="hidden" data-label="|" value="{$list[tag]}">
				</div>
				<span class="tips">点击 + 号输入选项名,再点击 + 号或回车完成添加</span>
			</dd>
		</dl>
		<dl>
			<dt>静态页面名称</dt>
			<dd class="ftype_input">
				<div class="fbox">
					<input type="text" name="filename" data-ajaxcheck-url="{$_M[url][own_form]}a=docheck_filename&id={$_M['form']['id']}" style="width:200px;" value="{$list[filename]}" />
				</div>
				<span class="tips">支持中文、大小写字母、数字、下划线</span>
			</dd>
		</dl>
		<h3 class="v52fmbx_hr">其它设置<span class="tips">访问权限、定时发布等</span></h3>
		<dl>
			<dt>访问量</dt>
			<dd class="ftype_input">
				<div class="fbox">
					<input type="text" name="hits" style="width:100px;" value="{$list[hits]}" />
				</div>
			</dd>
		</dl>
		<dl>
			<dt>链接至</dt>
			<dd class="ftype_input">
				<div class="fbox">
					<input type="text" name="links" value="{$list[links]}" />
				</div>
				<span class="tips">请输入要链接到的网址,设置后访问该商品将直接跳转到设置的网址。</span>
			</dd>
		</dl>
		<dl>
			<dt>访问权限</dt>
			<dd class="ftype_select">
				<div class="fbox">
					{$access_option}
				</div>
			</dd>
		</dl>
		<dl>
			<dt>状态</dt>
			<dd class="ftype_checkbox ftype_transverse">
				<div class="fbox">
					<label><input name="displaytype" type="checkbox" value="1" data-checked="{$list[displaytype]}">前台显示</label>
					<label><input name="com_ok" type="checkbox" value="1" data-checked="{$list[com_ok]}">推荐</label>
					<label><input name="top_ok" type="checkbox" value="1" data-checked="{$list[top_ok]}">置顶</label>
				</div>
			</dd>
		</dl>
		<dl>
			<dt>更新时间</dt>
			<dd class="ftype_day">
				<div class="fbox">
					<input type="input" name="updatetime" data-day-type = "2" value="{$list[updatetime]}">
				</div>
			</dd>
		</dl>
<!--
EOT;
if($_M['config']['met_webhtm']){
	$list['addtype'] = 1;
	$disabled = 'disabled';
	$tips = '<span class="tips">定时发布不支持静态页面,请关闭静态页面。(可以使用伪静态)</span>';
}
echo <<<EOT
-->
		<dl>
			<dt>发布时间</dt>
			<dd class="ftype_day">
					<div class="form-inline" style="margin-bottom:10px;">
					<div class="radio">
						<label>
							<input type="radio" name="addtype" value="1" data-checked="{$list[addtype]}">
							立即发布
						</label>
					</div>
				</div>
				<div class="form-inline" style="margin-bottom:10px;">
					<div class="radio">
						<label>
							<input type="radio" name="addtype" value="2" {$disabled} >
							定时发布
						</label>
					</div>
					<div class="form-group" style="margin-left:10px;">
						<div class="fbox">
							<input type="input" name="addtime" data-day-type = "2" {$disabled} value="{$list[addtime]}">
						</div>
					</div>
				</div>
				{$tips}
			</dd>
		</dl>
	</div>
	<div class="met_affix_save bg-success">
		<button type="submit" class="btn btn-success">发布商品</button>
	</div>
</form>
<!--
EOT;
require $this->template('ui/foot');
# This program is an open source system, commercial use, please consciously to purchase commercial license.
# Copyright (C) MetInfo Co., Ltd. (http://www.metinfo.cn). All rights reserved.
?>